de_util ~master (2021-10-26T20:15:40.7960244)
Dub
Repo
Shader
devisualization
util
opengl
shaders
defs
Undocumented in source.
deprecated
class
Shader {
this
(string source, ShaderTypes type);
~this
();
void
opAssign
(string source);
ShaderTypes
type
[@property getter];
uint
id
[@property getter];
}
Constructors
this
this
(string source, ShaderTypes type)
Given either the source or filename(asset loader).
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
opAssign
void
opAssign
(string source)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
id
uint
id
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
type
ShaderTypes
type
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
devisualization
util
opengl
shaders
defs
classes
Shader
ShaderProgram